body {
	background-color: #bbb;
}
/*html5 semantics tags */
article, aside, figure, footer, header, hgroup, menu, nav, section 
{ display: block; }

/* light css reset */
* { margin : 0; padding : 0; }
h1, h3, h4, h5, p, ul, ol  { 
	margin : 0 5px; 
	padding : .5em 0;
	text-align: Center;
}

img { border: 0px;}

/* =page level container */
#pageWrapper {
    margin: 0px auto 0px auto;
	width: 960px;
	background-color: #000;
}

#pageHeader {
    margin:0px auto 0px auto;
    width:960px;
    height:82px;
    position:relative;
	background-color: #fff;
	line-height: 200%;
}

#contentWrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 500px;
}
#upperNavBar{

	background-color: #fff;
	max-width: 960px;
	line-height: 150%;
	text-align: center;
	height: 3em;
	}
#upperNavBar li {

	margin: 3px;
	padding: 2px;
	border: 1px solid black;
	list-style-type: none;
	text-align: center;
	line-height: 150%;
	float:left;
	}


#pageNav {
	margin-top: 1em;
	margin-left: 1em;
	background-color: #fff;
	width: 23%;
	line-height: 150%;
	text-align: center;
	float: left;

}

#pageNav li {
	margin: 5px auto;
	width: 90%;
	height: 3em;
	border: 1px solid black;
	list-style-type: none;
	text-align: center;
	line-height: 200%;
	
}
#pageSection{

	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 72%;
	background-color:#fff;
	float: left;
	min-height: 600px;
}

#pageAside {
	margin-top: 1em;
	margin-left: 1em;
	background-color: #fff;
	width: 23%;
	float: left;
	min-height:600px;
}

#pageFooter {
    margin: 0px auto;
    padding-bottom: 20px;
	width: 960px;
	position: relative;
	background-color: #fff;
	text-align: center;
	line-height: 200%;
}



/* Clear Floated Elements */
.clearfix:before, .clearfix:after {content: "\0020"; 
display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }